home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMHTTPPOSTFIELDSEDITOR / TFRMHTTPPOSTFIELDSEDITOR.txt
Encoding:
Text File  |  2003-01-14  |  1.5 KB  |  86 lines

  1. object frmHttpPostFieldsEditor: TfrmHttpPostFieldsEditor
  2.   Left = 355
  3.   Top = 165
  4.   BorderStyle = bsDialog
  5.   Caption = 'Fields editor'
  6.   ClientHeight = 241
  7.   ClientWidth = 351
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object grdFields: TStringGrid
  19.     Left = 10
  20.     Top = 16
  21.     Width = 330
  22.     Height = 177
  23.     ColCount = 2
  24.     DefaultColWidth = 150
  25.     DefaultRowHeight = 18
  26.     FixedCols = 0
  27.     RowCount = 21
  28.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goTabs, goThumbTracking]
  29.     TabOrder = 0
  30.   end
  31.   object BitBtn1: TBitBtn
  32.     Left = 181
  33.     Top = 205
  34.     Width = 75
  35.     Height = 25
  36.     Caption = '&OK'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 1
  40.     NumGlyphs = 2
  41.   end
  42.   object BitBtn2: TBitBtn
  43.     Left = 265
  44.     Top = 205
  45.     Width = 75
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = '&Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 2
  51.     NumGlyphs = 2
  52.   end
  53.   object IvTranslator1: TIvTranslator
  54.     DictionaryName = 'dcoAMStepBuilder'
  55.     Left = 136
  56.     Top = 205
  57.     TargetsData = (
  58.       1
  59.       6
  60.       (
  61.         '*'
  62.         'Hint'
  63.         0)
  64.       (
  65.         '*'
  66.         'Caption'
  67.         0)
  68.       (
  69.         '*'
  70.         'Cells'
  71.         0)
  72.       (
  73.         'TRichEdit'
  74.         'Text'
  75.         0)
  76.       (
  77.         'TMemo'
  78.         'Text'
  79.         0)
  80.       (
  81.         '*'
  82.         'Items'
  83.         0))
  84.   end
  85. end
  86.